home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / memsize.zip / MAKEFILE < prev    next >
Text File  |  1995-01-04  |  5KB  |  232 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 06:23:51 on 12/23/93
  2.  
  3. # Make File Creation run in directory:
  4. #   E:\BUILD\SOURCE\C\MEMSIZE.RPAPO;
  5.  
  6. .SUFFIXES:
  7.  
  8. .SUFFIXES: .c .cpp .cxx .rc
  9.  
  10. ALL: MEMSIZE.EXE \
  11.      MEMSIZE.RES \
  12.      Catala Deutsch English Espanol
  13.  
  14. MEMSIZE.EXE:  \
  15.   ABOUT.OBJ \
  16.   CONFIG.OBJ \
  17.   DEBUG.OBJ \
  18.   ITEMS.OBJ \
  19.   MEMSIZE.OBJ \
  20.   MEMSIZE.RES \
  21.   PROCESS.OBJ \
  22.   PROFILE.OBJ \
  23.   RESTRING.OBJ \
  24.   SETTIMER.OBJ \
  25.   SUPPORT.OBJ \
  26.   MAKEFILE
  27.    ICC.EXE @<<
  28.  /B" /pmtype:pm /nologo /m:full"
  29.  /Fe"MEMSIZE.EXE" /Fm"MEMSIZE.MAP" MEMSIZE.DEF 
  30. ABOUT.OBJ 
  31. CONFIG.OBJ 
  32. DEBUG.OBJ 
  33. ITEMS.OBJ 
  34. MEMSIZE.OBJ 
  35. PROCESS.OBJ 
  36. PROFILE.OBJ 
  37. RESTRING.OBJ 
  38. SETTIMER.OBJ 
  39. SUPPORT.OBJ
  40. <<
  41.    RC MEMSIZE.RES MEMSIZE.EXE
  42.  
  43. {.}.rc.res:
  44.    RC -r .\$*.RC
  45.  
  46. {.}.c.obj:
  47.    ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.c
  48.  
  49. {.}.cpp.obj:
  50.    ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.cpp
  51.  
  52. {.}.cxx.obj:
  53.    ICC.EXE /Sp1 /J- /Q /O /Gm /C   .\$*.cxx
  54.  
  55.  
  56. INCLUDE002=.
  57. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  58.  
  59. INCLUDE001=.
  60. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  61.  
  62. INCLUDE000=$(INCLUDE)
  63.  
  64.  
  65. MEMSIZE.RES:  MEMSIZE.RC  \
  66. #  {$(INCLUDE002)}OS2.H  \
  67.    {$(INCLUDE002)}MEMSIZE.H  \
  68.    MEMSIZE.ICO  \
  69.    MAKEFILE
  70.  
  71. ABOUT.OBJ:  ABOUT.CPP  \
  72. #  {$(INCLUDE000)}os2.h  \
  73.    {$(INCLUDE001)}debug.h  \
  74.      {$(INCLUDE001)}hrtimer.h  \
  75.    {$(INCLUDE001)}support.h  \
  76.    {$(INCLUDE001)}about.h  \
  77.    MAKEFILE
  78.  
  79. CONFIG.OBJ:  CONFIG.CPP  \
  80. #  {$(INCLUDE000)}os2.h  \
  81. #  {$(INCLUDE000)}stdlib.h  \
  82. #  {$(INCLUDE000)}string.h  \
  83.    {$(INCLUDE001)}debug.h  \
  84.      {$(INCLUDE001)}hrtimer.h  \
  85.    {$(INCLUDE001)}support.h  \
  86.    {$(INCLUDE001)}memsize.h  \
  87.    {$(INCLUDE001)}config.h  \
  88.    MAKEFILE
  89.  
  90. DEBUG.OBJ:  DEBUG.CPP  \
  91. #  {$(INCLUDE000)}os2.h  \
  92. #  {$(INCLUDE000)}stdarg.h  \
  93. #  {$(INCLUDE000)}stdio.h  \
  94. #  {$(INCLUDE000)}stdlib.h  \
  95. #  {$(INCLUDE000)}string.h  \
  96. #  {$(INCLUDE000)}time.h  \
  97.    {$(INCLUDE001)}debug.h  \
  98.      {$(INCLUDE001)}hrtimer.h  \
  99.    {$(INCLUDE001)}memsize.h  \
  100.    {$(INCLUDE001)}mutex.h  \
  101.    {$(INCLUDE001)}restring.h  \
  102. #    {$(INCLUDE000)}os2.h  \
  103.    MAKEFILE
  104.  
  105. ITEMS.OBJ:  ITEMS.CPP  \
  106. #  {$(INCLUDE000)}os2.h  \
  107. #  {$(INCLUDE000)}stdio.h  \
  108. #  {$(INCLUDE000)}stdlib.h  \
  109. #  {$(INCLUDE000)}string.h  \
  110.    {$(INCLUDE001)}debug.h  \
  111.      {$(INCLUDE001)}hrtimer.h  \
  112.    {$(INCLUDE001)}support.h  \
  113.    {$(INCLUDE001)}restring.h  \
  114. #    {$(INCLUDE000)}os2.h  \
  115.    {$(INCLUDE001)}items.h  \
  116.    MAKEFILE
  117.  
  118. MEMSIZE.OBJ:  MEMSIZE.CPP  \
  119. #  {$(INCLUDE000)}os2.h  \
  120. #  {$(INCLUDE000)}stdio.h  \
  121. #  {$(INCLUDE000)}stdlib.h  \
  122. #  {$(INCLUDE000)}string.h  \
  123.    {$(INCLUDE001)}debug.h  \
  124.      {$(INCLUDE001)}hrtimer.h  \
  125.    {$(INCLUDE001)}support.h  \
  126.    {$(INCLUDE001)}about.h  \
  127.    {$(INCLUDE001)}config.h  \
  128.    {$(INCLUDE001)}process.h  \
  129. #    {$(INCLUDE000)}os2.h  \
  130.    {$(INCLUDE001)}profile.h  \
  131.    {$(INCLUDE001)}restring.h  \
  132. #    {$(INCLUDE000)}os2.h  \
  133.    {$(INCLUDE001)}items.h  \
  134.    {$(INCLUDE001)}memsize.h  \
  135.    MAKEFILE
  136.  
  137. PROCESS.OBJ:  PROCESS.CPP  \
  138. #  {$(INCLUDE000)}os2.h  \
  139.    {$(INCLUDE001)}debug.h  \
  140.      {$(INCLUDE001)}hrtimer.h  \
  141.    {$(INCLUDE001)}process.h  \
  142. #    {$(INCLUDE000)}os2.h  \
  143.    MAKEFILE
  144.  
  145. PROFILE.OBJ:  PROFILE.CPP  \
  146. #  {$(INCLUDE000)}os2.h  \
  147. #  {$(INCLUDE000)}string.h  \
  148.    {$(INCLUDE001)}support.h  \
  149.    {$(INCLUDE001)}profile.h  \
  150.    MAKEFILE
  151.  
  152. RESTRING.OBJ:  RESTRING.CPP  \
  153. #  {$(INCLUDE000)}os2.h  \
  154.    {$(INCLUDE001)}debug.h  \
  155.      {$(INCLUDE001)}hrtimer.h  \
  156.    {$(INCLUDE001)}restring.h  \
  157. #    {$(INCLUDE000)}os2.h  \
  158.    MAKEFILE
  159.  
  160. SETTIMER.OBJ:  SETTIMER.CPP  \
  161. #  {$(INCLUDE000)}os2.h  \
  162.    {$(INCLUDE001)}support.h  \
  163.    {$(INCLUDE001)}settimer.h  \
  164.    MAKEFILE
  165.  
  166. SUPPORT.OBJ:  SUPPORT.CPP  \
  167. #  {$(INCLUDE000)}os2.h  \
  168. #  {$(INCLUDE000)}stdarg.h  \
  169. #  {$(INCLUDE000)}stdio.h  \
  170. #  {$(INCLUDE000)}stdlib.h  \
  171. #  {$(INCLUDE000)}string.h  \
  172.    {$(INCLUDE001)}support.h  \
  173.    {$(INCLUDE001)}debug.h  \
  174.      {$(INCLUDE001)}hrtimer.h  \
  175.    MAKEFILE
  176.  
  177.  
  178. Catala: $*.dll $*.hlp
  179.  
  180. Catala.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
  181.   ipfcomp /x /COU=003 /LAN=ESP $*.ipf
  182.  
  183. Catala.dll: $*.def $*.res dll.obj
  184.   link dll, $*.dll /align:16, nul,, $* ;
  185.   rc $*.res $*.dll
  186.  
  187. Catala.res: $*.rc
  188.   rc -r $*
  189.  
  190.  
  191. Deutsch: $*.dll $*.hlp
  192.  
  193. Deutsch.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
  194.   ipfcomp /x /COU=049 /LAN=DEU $*.ipf
  195.  
  196. Deutsch.dll: $*.def $*.res dll.obj
  197.   link dll, $*.dll /align:16, nul,, $* ;
  198.   rc $*.res $*.dll
  199.  
  200. Deutsch.res: $*.rc
  201.   rc -r $*
  202.  
  203.  
  204. English: $*.dll $*.hlp
  205.  
  206. English.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
  207.   ipfcomp /x /COU=001 /LAN=ENU $*.ipf
  208.  
  209. English.dll: $*.def $*.res dll.obj
  210.   link dll, $*.dll /align:16, nul,, $* ;
  211.   rc $*.res $*.dll
  212.  
  213. English.res: $*.rc
  214.   rc -r $*
  215.  
  216.  
  217. Espanol: $*.dll $*.hlp
  218.  
  219. Espanol.hlp: $*.ipf MEMSIZE.h MEMSIZE.bmp
  220.   ipfcomp /x /COU=003 /LAN=ESP $*.ipf
  221.  
  222. Espanol.dll: $*.def $*.res dll.obj
  223.   link dll, $*.dll /align:16, nul,, $* ;
  224.   rc $*.res $*.dll
  225.  
  226. Espanol.res: $*.rc
  227.   rc -r $*
  228.  
  229.  
  230. dll.obj: $*.asm
  231.   masm $* ;
  232.